home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / DATETIME.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1995-12-13  |  675 b   |  31 lines

  1. **********************************
  2. TSetTimedate Component for Delphi.
  3. **********************************
  4.  
  5. Uploaded by JosΘ Manuel Prado Bravo.
  6.  
  7. Component to set the Date and Time of the system.
  8.  
  9. Use Delphi main screen 'Options' to Install the component.
  10. File  SetDT.DCU
  11.  
  12. Properties:    
  13.  
  14. .About   = Autor name
  15. .NewDate = New Date for the system
  16. .NewTime = New Time for the system
  17.  
  18. Methods:
  19.  
  20. .SetSysDate   Set the Date of the system with the NewDate
  21. .SetSysTime   Set the Time of the system with the NewTime
  22.  
  23.  
  24. Example:
  25.  
  26.    SetTimeDate1.NewDate:='12/12/95';
  27.    SetTimeDate1.NewTime:='17:11:00';
  28.    SetTimeDate.SetSysDate;
  29.    SetTimeDate.SetSysTime;
  30.  
  31.